home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1077 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: rover.ucs.ualberta.ca!news
  2. From: ryangall@gpu.srv.ualberta.ca (Bobby Sixkiller)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: allocating unlimited string input....HELP
  5. Date: 11 Jan 1996 06:08:38 GMT
  6. Organization: University of Alberta, Edmonton, Canada
  7. Distribution: inet
  8. Message-ID: <4d29h6$p80@pulp.ucs.ualberta.ca>
  9. References: <4cvph6$s8s@pulp.ucs.ualberta.ca> <4d0noq$rd8@news1.cle.ab.com>
  10. NNTP-Posting-Host: async14-9.remote.ualberta.ca
  11. Mime-Version: 1.0
  12. X-Newsreader: WinVN 0.99.2
  13.  
  14. In article <4d0noq$rd8@news1.cle.ab.com>, don.phillips@ab.com says...
  15. >
  16. >..but this assignment limits you to one 
  17. >module, and no header files...
  18. >
  19. >I thought you couldn't use header files?  In your example you use
  20. >getc(), sprintf() and some others.  These all use <stdio.h>, which is
  21. >a header file.
  22. >Donald-Anthony C. Phillips
  23. >Programmer/Analyst
  24. > Rockwell  Automation
  25. >       ---------------------------------------
  26. >        Allen-Bradley
  27. >don.phillips@ab.com
  28. >
  29.  what I meant to say was I couldnt write my own data structures or 
  30. functions and use them from a header file, limiting the size of the 
  31. main program.
  32.  
  33.